.languagepicker {
  /* background-color: #fff; */
  display: inline-block;
  padding: 0;
  height: 58px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 0 30px 10px 0;
  vertical-align: top;
  float: left;
}

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 160px;
}

.languagepicker a {
  /* color: black; */
  text-decoration: none;
}

.languagepicker li {
  display: flex;
  padding: 0px 20px;
  line-height: 58px;
  justify-content: center;
  align-items: center;
  height: 58px;
  /* border-top: 1px solid #eee; */
}

.languagepicker li:hover {
  /* background-color: #eee; */
}

.languagepicker a:first-child li {
  border: none;
  /* background: #fff !important; */
}

.languagepicker li img {
  margin-right: 5px;
}

.roundborders {
  border-radius: 10px;
}

.country-icon {
  width: 30px;
  height: 30px;
}
